home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2977 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: ix.netcom.com!netnews
  2. From: joe <jbdortch@ix.netcom.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: need HELP with interrupts in Win32
  5. Date: 21 Jan 1996 04:59:58 GMT
  6. Organization: Netcom
  7. Message-ID: <4dsh8e$2ao@cloner2.ix.netcom.com>
  8. NNTP-Posting-Host: ix-orm-ut1-08.ix.netcom.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-NETCOM-Date: Sat Jan 20  8:59:59 PM PST 1996
  13. X-Mailer: Mozilla 1.1PE (Windows; I; 16bit)
  14.  
  15. i'm using Borland C++ 4.0 and i'm trying to convert some
  16. old programs into 32 bit apps.  i've been using an old
  17. Borland library function called Int86() that used the
  18. structure "union REGS" to set the registers.  this function
  19. is not supported in Win32, so i need a new one.  i've tried
  20. the getinterrupt() function, but it kept GPF'ing -- not
  21. sure why but i think it might be because i'm not sure how
  22. to set/clean up the registers when i'm using this.  i've
  23. also tried inline assembly (asm int xxx), but i don't have
  24. TASM32.exe and i forsee the same register problem here 
  25. anyway.  if anyone knows something about this PLEASE help
  26. me.  
  27.  
  28. thanx in advance...
  29.  
  30.  
  31. joe   (jbdortch@ix.netcom.com)
  32.  
  33.